@charset "UTF-8";
/* 广告促销 begin */
/*.sale-ad {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 1000px;
  margin-left: -500px;
  text-align: center;
  display: block;
  height: 700px;
  margin-top: -350px;
  background: url("../images/sale-ad.png") center center no-repeat;
  .sale-close {
    position: absolute;
    right: 160px;
    top: 155px;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }
  .sale-link {
    position: absolute;
    left: 52%;
    bottom: 95px;
    cursor: pointer;
    width: 620px;
    height: 418px;
    margin-left: -350px;
  }
}*/
.sale-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.sale-ad .sale-close {
  position: absolute;
  top: 0;
  right: 13px;
  font-size: 50px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.sale-ad .sale-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.modal-backdrop{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop, .modal-backdrop.fade.in{
	opacity: .8;
    filter: alpha(opacity=80);
}
.sale-ad a img{
	width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
/* 广告促销 end */